id: root
readonly property color accentColor: palette.highlight
- readonly property color secondaryColor: palette.dark
+ readonly property color secondaryColor: palette.placeholderText
readonly property alias submitButton: submitButton
clip: true
id: root
readonly property color accentColor: Style.ncBlue
- readonly property color secondaryColor: palette.dark
+ readonly property color secondaryColor: palette.placeholderText
readonly property alias submitButton: submitButton
property bool validInput: true
horizontalAlignment: Image.AlignHCenter
fillMode: Image.Pad
- source: "image://svgimage-custom-color/edit.svg/" + palette.dark
+ source: "image://svgimage-custom-color/edit.svg/" + palette.windowText
sourceSize.width: scrollContentsColumn.rowIconWidth
sourceSize.height: scrollContentsColumn.rowIconWidth
}
horizontalAlignment: Image.AlignHCenter
fillMode: Image.Pad
- source: "image://svgimage-custom-color/lock-https.svg/" + palette.dark
+ source: "image://svgimage-custom-color/lock-https.svg/" + palette.windowText
sourceSize.width: scrollContentsColumn.rowIconWidth
sourceSize.height: scrollContentsColumn.rowIconWidth
}
horizontalAlignment: Image.AlignHCenter
fillMode: Image.Pad
- source: "image://svgimage-custom-color/calendar.svg/" + palette.dark
+ source: "image://svgimage-custom-color/calendar.svg/" + palette.windowText
sourceSize.width: scrollContentsColumn.rowIconWidth
sourceSize.height: scrollContentsColumn.rowIconWidth
}
horizontalAlignment: Image.AlignHCenter
fillMode: Image.Pad
- source: "image://svgimage-custom-color/edit.svg/" + palette.dark
+ source: "image://svgimage-custom-color/edit.svg/" + palette.windowText
sourceSize.width: scrollContentsColumn.rowIconWidth
sourceSize.height: scrollContentsColumn.rowIconWidth
}
BusyIndicator {
id: root
- property color color: palette.dark
+ property color color: palette.windowText
property string imageSource: "image://svgimage-custom-color/change.svg/"
property int imageSourceSizeWidth: 64